home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / scim-anthy / README < prev   
Encoding:
Text File  |  2008-04-23  |  3.2 KB  |  121 lines

  1. 1. What's this?
  2. ===============
  3.  
  4. scim-anthy is a SCIM IMEngine module for anthy.
  5.  
  6. SCIM is Smart Common Input Method platform, it provides user friendly/full
  7. featured user interface and development platform to make input method
  8. developer's life easier.
  9.  
  10. Anthy is a system for Japanese input method.
  11. It converts Hiragana text to Kana Kanji mixed text.
  12.  
  13. scim-anthy provides some usefull user interfaces for Anthy using SCIM.
  14.  
  15.  
  16. 2. Requirements
  17. ===============
  18.  
  19. 2.1 Necessary
  20.  
  21.   * scim-1.2.0 or later.
  22.     - http://www.scim-im.org/
  23.  
  24.   * Anthy-5100 or later.
  25.     - http://anthy.sourceforge.jp/
  26.     - http://sourceforge.jp/projects/anthy/
  27.  
  28. 3.2 Optional
  29.  
  30.   * kasumi-0.6 or later:
  31.     - Dictionary management tool. Invoked from scim-anthy.
  32.     - http://kasumi.sourceforge.jp/
  33.  
  34.  
  35. 3. Install
  36. ==========
  37.  
  38.   You can build & install scim, anthy, and scim-anthy by following command:
  39.  
  40.     $ ./configure
  41.     $ make
  42.     # make install
  43.  
  44.   If you installed the SCIM into /usr/local or any other non-standard
  45.   diretories, you should specify the PKG_CONFIG_PATH environment variable like
  46.   this:
  47.  
  48.     $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure
  49.  
  50.   You'll find distribution-specific installation method from following site:
  51.  
  52.     http://home.nyc.rr.com/computertaijutsu/jpninpt.html
  53.  
  54.  
  55. 4. Usage
  56. ========
  57.  
  58. Yukiko Bando wrote some efficient documents of scim-anthy.
  59. These documents are written for Mandriva users, but also usefull for all users
  60. using other distributions.
  61.  
  62. Please see them to learn usage of the scim-anthy:
  63.  
  64.   * http://www.h4.dion.ne.jp/~apricots/scim-anthy/howto.html
  65.   * http://www.h4.dion.ne.jp/~apricots/scim-anthy/romakana.html
  66.  
  67.  
  68. 5. License
  69. ==========
  70.  
  71. This program is free software; you can redistribute it and/or modify it under
  72. the terms of the GNU General Public License as published by the Free Software
  73. Foundation; either version 2, or (at your option) any later version.
  74.  
  75. This program is distributed in the hope that it will be useful, but WITHOUT
  76. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  77. FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  78.  
  79. You should have received a copy of the GNU General Public License along with
  80. this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  81. Place - Suite 330, Boston, MA 02111-1307, USA.
  82.  
  83.  
  84. 6. Credit
  85. =========
  86.  
  87. Special thanks to all scim-anthy developers and users!
  88.  
  89.  * Hiroyuki Ikezoe <poincare at ikezoe.net>
  90.    - Originator of this project.
  91.  
  92.  * Takuro Ashie <ashie at homa.ne.jp>
  93.    - Developer.
  94.  
  95.  * SHIMODA Hiroshi <piro@p.club.ne.jp>
  96.    - Art work.
  97.  
  98.  * James Su <james.su at gmail.com>
  99.    - Anthor of scim
  100.  
  101.  * Yusuke Tabata <yusuke at cherubim.icw.co.jp>
  102.    - Author of Anthy.
  103.  
  104.  * Yukiko Bando <ybando at k6.dion.ne.jp>
  105.    - Wrote some efficient documents of scim-anthy.
  106.  
  107.  * UTUMI Hirosi <utuhiro78 at yahoo.co.jp>
  108.    - Packager of RPM package for Mandriva.
  109.  
  110.  * Ryo DAIRIKI <ryo-dairiki at users.sourceforge.jp>
  111.    - Packager of RPM package for Fedora Core.
  112.  
  113.  * Mike Fabian <mfabian at suse.de>
  114.    - Packager of RPM package for SUSE.
  115.  
  116.  * Ikuya AWASHIRO <ikuya at oooug.jp>
  117.    - Packager of deb package for Debian and Ubuntu.
  118.  
  119.  * Mamoru Komachi <usata at usata.org>
  120.    - Packager of Gentoo package.
  121.